home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Diamond Collection / The Diamond Collection (Software Vault)(Digital Impact).ISO / cdr37 / ovl_mpmt.zip / 200.PPE (.txt) < prev    next >
PCBoard Programming Language Executable  |  1995-02-12  |  976b  |  68 lines

  1. ;------------------------------------------------------------------------------
  2. ;                                                   .ss.
  3. ;                                                   `²²'
  4. ;             .,sS$Ss,,s$  .,sS$$$Ss.  .,sS$Ss,,s$ .ss.  .sSs.
  5. ;           .d$$²^°²$$$$'.d$P²°^^²$P'.d$$²^°²$$$$'.$$$' .$$$²Sb,.
  6. ;           $$$'   .$$$' $$$²Sçsµ²' .$$$'   .$$$'.$$$' .$$$'  `$$b.
  7. ;           $$$b,,d$$$' ,$$$b,....,s$$$$b,,d$$$'.$$$;.,$$$'    ;$$$
  8. ;           `²S$$S²²S$$S²°²S$$$$S²°°²S$$$$$$',$$S²°²S$S'.sS$$$P²'
  9. ;                                    .sS²°$$$²²°"'       d²°'
  10. ;                                  .$$²  .$$'
  11. ;                                  $$$.,d$$'
  12. ;                                  `²S$$S²'
  13. ;------------------------------------------------------------------------------
  14. ; P.P.L.X. 2.OO                          (C)1996 - Lone Runner / AEGiS CoRP'96 
  15. ;------------------------------------------------------------------------------
  16. ; PPE 3.O1 (Encryption type I) - Analysis ON - Postprocessing ON
  17. ;------------------------------------------------------------------------------
  18.  
  19.     String   STRING001
  20.     String   STRING002
  21.     String   STRING003
  22.  
  23. ;------------------------------------------------------------------------------
  24.  
  25.     STRING001 = "STOP TRYING TOP RIP MY PPE'S ASSHOLE!!!"
  26.     If (!Exist("12345678")) Print ""
  27.     FOpen 1, PPEPath() + "colors.cfg", 0, 2
  28.     FGet 1, STRING002
  29.     FGet 1, STRING003
  30.     Print "" + STRING002 + "( " + STRING003 + "            Subject " + STRING002 + "):@X07 "
  31.  
  32. ;------------------------------------------------------------------------------
  33. ;
  34. ; Usage report (before postprocessing)
  35. ;
  36. ; ■ Statements used :
  37. ;
  38. ;    1       Let 
  39. ;    2       Print 
  40. ;    1       If 
  41. ;    1       FOpen 
  42. ;    2       FGet 
  43. ;
  44. ;
  45. ; ■ Functions used :
  46. ;
  47. ;    7       +
  48. ;    16      !
  49. ;    1       PPEPath()
  50. ;    1       Exist()
  51. ;
  52. ;------------------------------------------------------------------------------
  53. ;
  54. ; Analysis flags : No flag
  55. ;
  56. ;------------------------------------------------------------------------------
  57. ;
  58. ; Postprocessing report
  59. ;
  60. ;    0       For/Next
  61. ;    0       While/EndWhile
  62. ;    0       If/Then or If/Then/Else
  63. ;    0       Select Case
  64. ;
  65. ;------------------------------------------------------------------------------
  66. ;                 AEGiS Corp - Break the routines, code against the machines!
  67. ;------------------------------------------------------------------------------
  68.